com.supermap.ar.areffect.preset

Class ARRealMap

  • java.lang.Object
    • com.supermap.ar.areffect.preset.ARRealMap


  • public class ARRealMap
    extends java.lang.Object
    1:1 maps on AR
    • Method Detail

      • refresh

        public void refresh()
        Refresh
      • getMapScale

        public float getMapScale()
        Gets the scales of the map
        Returns:
      • setWorkspace

        public void setWorkspace(Workspace workspace)
        Sets the workspace
        Parameters:
        workspace -
      • getWorkspace

        public Workspace getWorkspace()
        Gets the workspace
        Returns:
        the workspace
      • open

        public boolean open(java.lang.String mapName)
        Opens a map according to its name
        Parameters:
        mapName - Map name
        Returns:
        the status value. if it is opened successfully, returns true.
      • isMapFillBackTransparent

        public boolean isMapFillBackTransparent()
        Whether the background of 1:1 map is transparent
        Returns:
      • setMapFillBackTransparent

        public void setMapFillBackTransparent(boolean mapAlphaOverlay)
        Sets whether the filling background of a map is transparent.
        Parameters:
        mapAlphaOverlay - whether it is transparent. true is by default.